projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d55e4
)
Adwaita: force circular imagebuttons to be square
author
Jakub Steiner
<jimmac@gmail.com>
Thu, 6 Aug 2020 13:52:33 +0000
(15:52 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Fri, 7 Aug 2020 16:57:45 +0000
(18:57 +0200)
Addresses https://gitlab.gnome.org/GNOME/gnome-clocks/-/merge_requests/123#note_884741
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index b33455d53917260948772d0b1d2e2f96030f35b5..15e2dd6e46b1c0862fab5fc4e7c2e06453dd4643 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-542,6
+542,10
@@
button {
min-width: 24px;
padding-left: 5px;
padding-right: 5px;
+
+ &.circular {
+ min-height: 24px;
+ }
}
&.text-button {